home *** CD-ROM | disk | FTP | other *** search
-
- BOOL success;
- BYTE *ptr;
-
- DLRemoteNotificationPtr remoteMsg = (DLRemoteNotificationPtr) pipeThreadBuffer;
-
- while (ReadFile (readPipe, pipeThreadBuffer, 4, &bytesRead, NULL))
- {
- // if first long is 0xffffffff it means terminate
- if (remoteMsg->totalSize == 0xFFFFFFFF)
- {
- break;
- }
-
- // if the totalSize is greater the